home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- FTPObject = {
- ACTIONS = {
- windowWillClose:;
- logout:;
- abort:;
- setTransferDir:;
- showFTPLog:;
- doLogin:;
- showPasswd:;
- browser:;
- displaySelection:;
- openInWorkspace:;
- showFTPStatus:;
- retrieve:;
- };
- OUTLETS = {
- loginUsernameID;
- sourceNameID;
- fileIconID;
- loginHostnameID;
- filenameID;
- bytesTransferredID;
- preferences;
- fileWellID;
- sourcePathID;
- fileInspector;
- hostnameID;
- statusPanelID;
- selectionList;
- visiblePasswdID;
- fileBrowserID;
- sortMatrixID;
- ftpWindowID;
- localPathID;
- sourceHostID;
- netrcStringID;
- loginPasswdID;
- inspectedFile;
- activePathNodes;
- clockViewID;
- ftpLoginPanelID;
- rootFileList;
- ftpLogID;
- fileInfoID;
- msgID;
- calViewID;
- percentID;
- logPanelID;
- };
- SUPERCLASS = Object;
- };
-